Skip to content

Commit

Permalink
comments update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Rykov committed Mar 23, 2017
1 parent 9de7b26 commit 543a437
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016 DrTeamRocks
Copyright (c) 2016 Paul Rock

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 0 additions & 1 deletion src/PCRecruiter.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

/**
* Class PCRecruiter for work with PCRecruiter RESTful API {@link https://www.pcrecruiter.net/apidocs_v2/}
* @package DrTeam
*/
class PCRecruiter
{
Expand Down
5 changes: 4 additions & 1 deletion src/PCRecruiter/Candidates.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

use PCRecruiter;

/**
* Class Candidates
* @package PCRecruiter
*/
class Candidates extends PCRecruiter
{

/**
* Search Candidate Records
*
Expand Down
5 changes: 4 additions & 1 deletion src/PCRecruiter/Companies.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

use PCRecruiter;

/**
* Class Companies
* @package PCRecruiter
*/
class Companies extends PCRecruiter
{

/**
* Search Company Records
*
Expand Down
5 changes: 4 additions & 1 deletion src/PCRecruiter/Interviews.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

use PCRecruiter;

/**
* Class Interviews
* @package PCRecruiter
*/
class Interviews extends PCRecruiter
{

/**
* Search Interview Records
*
Expand Down
5 changes: 4 additions & 1 deletion src/PCRecruiter/Placements.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

use PCRecruiter;

/**
* Class Placements
* @package PCRecruiter
*/
class Placements extends PCRecruiter
{

/**
* Search Placement Records
*
Expand Down
5 changes: 4 additions & 1 deletion src/PCRecruiter/Positions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

use PCRecruiter;

/**
* Class Positions
* @package PCRecruiter
*/
class Positions extends PCRecruiter
{

/**
* Search position records
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

use PCRecruiter;

class Rolluplists extends PCRecruiter
/**
* Class RollupLists
* @package PCRecruiter
*/
class RollupLists extends PCRecruiter
{

/**
* Get all RollupLists or RollupList by Rollup Code
*
Expand Down
5 changes: 4 additions & 1 deletion src/PCRecruiter/Token.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

use PCRecruiter;

/**
* Class Token
* @package PCRecruiter
*/
class Token extends PCRecruiter
{

/**
* Retrieve a valid api session
*
Expand Down
4 changes: 4 additions & 0 deletions src/PCRecruiter/Users.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

use PCRecruiter;

/**
* Class Users
* @package PCRecruiter
*/
class Users extends PCRecruiter
{
/**
Expand Down

0 comments on commit 543a437

Please sign in to comment.