Skip to content

Instantly share code, notes, and snippets.

@yogasukma
Created November 22, 2016 06:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yogasukma/2646415d4da7642c1d15845564078b6e to your computer and use it in GitHub Desktop.
Save yogasukma/2646415d4da7642c1d15845564078b6e to your computer and use it in GitHub Desktop.
▶ grep -r ")->" .
./App/Comment.php: ( new UserActivity() )->insert( $activity );
./App/Core.php: ( new CustomColumnForPost() )->run();
./App/Core.php: Loader::load( $this->rootPath( '.env' ) )->parse()->putenv();
./App/Core.php: ( new User() )->downloadCsv();
./App/Facebook.php: ( new User() )->create( $this->getMyProfile() );
./App/Facebook.php: $response = $this->fb->getClient()->sendRequest( $request );
./App/Facebook.php: $access_token = $this->doRequest( 'GET', $page_id . '?fields=access_token' )->getGraphNode()['access_token'];
./App/Facebook.php: $fbPages = $this->doRequest( 'get', '/' . $id )->getGraphNode();
./App/Facebook.php: ( new Comment() )->create( $change );
./App/UserDb.php: || $this->setWhere( 'email', $data['email'] )->get()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment